home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / axtree / clsdata.cls < prev    next >
Encoding:
Visual Basic class definition  |  1998-04-29  |  796 b   |  24 lines

  1. VERSION 1.0 CLASS
  2. BEGIN
  3.   MultiUse = -1  'True
  4. END
  5. Attribute VB_Name = "clsData"
  6. Attribute VB_GlobalNameSpace = False
  7. Attribute VB_Creatable = False
  8. Attribute VB_PredeclaredId = False
  9. Attribute VB_Exposed = False
  10. Attribute VB_Ext_KEY = "SavedWithClassBuilder" ,"Yes"
  11. Attribute VB_Ext_KEY = "Top_Level" ,"Yes"
  12. 'local variable(s) to hold property value(s)
  13. Public Caption As String 'local copy
  14. Public Level As Integer 'local copy
  15. Public Visible As Integer 'local copy
  16. Public Expanded As Integer 'local copy
  17. Public VisibleIdx As Long 'local copy
  18. Public Bookmark As String 'local copy
  19. Public BmpFileName As String 'local copy
  20. Public Selected As Integer 'local copy
  21. Public SyncIdx As Integer 'local copy
  22. Public ItemData As Long 'local copy
  23. Public IsParent As Boolean 'local copy
  24.